home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / dunit.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.1 KB  |  73 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : DIMENSIONAL_UNITS
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Do-While Jones
  7. --                   : 324 Traci Lane
  8. --                   : Ridgecrest, CA 93555
  9. --                   : (619) 375-4607
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 
  12. -- DATE RELEASED     : 1 May 1987
  13. -- DATE LAST UPDATED : 1 May 1987
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : 
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : DIMENSIONAL_UNITS
  20. -- CATEGORY LEVEL 3  : 
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : Dimensional Units
  23. -- INDEX             : dimensions
  24. -- INDEX             : common types
  25. -- TAXONOMY          : 
  26. -- DEPENDENCIES      : 
  27. -- SEE ALSO          : 
  28. --= FILE LISTING         ===============================================--
  29. -- FILE SPECS        : PD:<ADA.COMPONENTS>DUNIT.*
  30. -- DIRECTORY DISPLAY :
  31. -- Directory   PD:<ADA.COMPONENTS>
  32. --      File Name     Byte Count  Line Count
  33. --   ---------------  ----------  ----------
  34. --   DUNIT.CMM               184           5
  35. --   DUNIT.PRO              3041          82
  36. --   DUNIT.SRC             29965        1045
  37. --   ===============  ==========  ==========
  38. --     3 Files             33190        1132
  39. --= ABSTRACT             ===============================================--
  40. --   This package provides useful parent types for derived
  41. --   dimensional units. That is, it makes it possible to
  42. --   do this:
  43. --      type Feet is new Integer_Unit;
  44. --      type Radians is new Float_Unit;
  45. --   Objects of type Feet can be added together, but can't be
  46. --   multiplied together to get a result in feet.
  47. --  See Dr. Dobb's Journal of Software Tools issue #127
  48. --  (May 1987) page 50 for a complete description of how to
  49. --  use this package.
  50. --= REVISION HISTORY     ===============================================--
  51. --
  52. --
  53. -- DATE         VERSION    AUTHOR                  HISTORY
  54. --
  55. --= RELEASE NOTICE       ===============================================--
  56. -- This prologue must be included in all copies of this software.
  57. --
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --= DISCLAIMER           ===============================================--
  63. --     This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.  No warranties
  65. -- as to performance, merchantability, or fitness for a particular
  66. -- purpose exist.
  67. --     The user is advised to test the software thoroughly before
  68. -- relying on it.  The user must assume the entire risk and liability of
  69. -- using this software.  In no event shall any person or organization of
  70. -- people be held responsible for any direct, indirect, consequential or
  71. -- inconsequential damages or lost profits.
  72. --======================================================================--
  73.